What should I use for a package name if I don't have a domain? [closed]
        Posted  
        
            by 
                C. Ross
            
        on Programmers
        
        See other posts from Programmers
        
            or by C. Ross
        
        
        
        Published on 2012-12-03T14:53:49Z
        Indexed on 
            2012/12/03
            17:18 UTC
        
        
        Read the original article
        Hit count: 205
        
Possible Duplicate:
What is the point of Java’s package naming convention?
What package name to choose for a small, open-source Java project?
I write Java (and derivative languages with package names) for personal use, but I don't have a personal domain name, so the standard packaging naming convention doesn't hold. Since the same convention is used in Maven group-id's, the problem is the same there.
What should I use for the root of my package name?
© Programmers or respective owner